home *** CD-ROM | disk | FTP | other *** search
/ 10 jaar 1990-2000 / 10 JAAR HVB.bin / data / 15-1 / 3DEMON.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-12-31  |  288 b   |  19 lines

  1.   @echo off
  2.   cls
  3. :begin
  4.   if not exist 3demins.exe goto fout
  5.   3demins
  6.   if errorlevel 1 goto einde
  7.   if not exist 3-demon.exe goto fout
  8.   hgcibm /e > nul
  9.   3-demon
  10.   cls
  11.   hgcibm /u > nul
  12.   goto begin
  13. :fout
  14.   echo Bestand niet gevonden
  15.   pause
  16. :einde
  17.   echo off
  18.   cls
  19.